.header {
  background-color: rgba(10, 21, 45, 0.6);
  height: 72px;
  padding: 0 9vw;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999; }
  .header .header-box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header .header-box .header-left a {
      display: block; }
    .header .header-box .header-right {
      display: flex; }
      .header .header-box .header-right .menu-icon {
        display: none; }
      .header .header-box .header-right .user {
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 16px; }
        .header .header-box .header-right .user img {
          margin-right: 10px; }
        .header .header-box .header-right .user .tc {
          cursor: pointer;
          margin-left: 15px;
          width: 20px;
          margin-right: 0; }
    .header .header-box .header-login {
      padding: 5px 10px;
      border-radius: 5px;
      color: #fff;
      border: 1px solid;
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      letter-spacing: 5px; }
      .header .header-box .header-login img {
        margin-right: 7px; }
        @media screen and (min-width: 1181px) {
          .header .header-box .header-login img {
            width: 1vw;
            font-size: 0.938vw; } }
    .header .header-box .header-nav {
      display: flex;
      align-items: flex-start; }
      .header .header-box .header-nav .header-nav-item {
        width: 11vw;
        line-height: 72px;
        text-align: center;
        position: relative;
        cursor: pointer; }
        .header .header-box .header-nav .header-nav-item a {
          display: block;
          text-decoration: none;
          color: #fff;
          position: relative;
          z-index: 9;
          font-size: 16px; }
        .header .header-box .header-nav .header-nav-item .header-nav-menu {
          padding: 0 24px;
          background-color: rgba(10, 21, 45, 0.6);
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          height: 0;
          overflow: hidden;
          transition: all .3s; }
          .header .header-box .header-nav .header-nav-item .header-nav-menu .header-nav-menu-item {
            display: flex;
            border-bottom: 1px solid rgba(230, 230, 230, 0.3);
            height: 72px;
            justify-content: center;
            align-items: center;
            line-height: initial;
            text-align: left; }
            .header .header-box .header-nav .header-nav-item .header-nav-menu .header-nav-menu-item:last-child {
              border-bottom: 0; }
  .header .drawer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.4);
    display: none; }
    .header .drawer .drawer-menu {
      width: 6.66rem;
      height: 100vh;
      background: #333333;
      position: absolute;
      right: -6.66rem;
      top: 0;
      padding: 0 1.06rem; }
    .header .drawer .drawer-menu-close {
      padding-top: 0.66rem; }
    .header .drawer .uiwu-head-right-left {
      width: 3.33rem;
      height: 100vh; }
    .header .drawer .drawer-menu-list-item {
      margin-top: 0.53rem;
      font-size: 0.42rem; }
    .header .drawer .drawer-menu-list-item a {
      color: #fff; }
    .header .drawer .drawer-menu-list-item .a {
      display: block;
      color: #fff;
      position: relative;
      border-bottom: 1px solid #666666;
      padding-bottom: 0.4rem; }
    .header .drawer .drawer-menu-list-active .a::before {
      content: '';
      height: 0.05rem;
      width: 1.06rem;
      background-color: #69d1f3;
      position: absolute;
      bottom: -0.05rem;
      left: 0; }
    .header .drawer .drawer-menu-list-menu {
      background: rgba(255, 255, 255, 0.04);
      height: 0;
      overflow: hidden;
      transition: height .3s;
      margin-top: 0.26rem; }
    .header .drawer .drawer-menu-list-menu a {
      display: block;
      font-size: 0.37rem;
      padding: 0.26rem;
      opacity: .6; }
    .header .drawer .drawer-menu-list-menu-active {
      opacity: 1 !important; }
    .header .drawer .drawer-menu-close img {
      width: 0.4rem;
      height: 0.4rem; }
    @media screen and (min-width: 768px) and (max-width: 1180px) {
      .header .drawer .drawer-menu {
        width: 400px;
        padding: 0 55px; }
      .header .drawer .drawer-menu-list-item {
        font-size: 22px;
        margin-top: 35px; }
        .header .drawer .drawer-menu-list-item a {
          font-size: 22px; }
          .header .drawer .drawer-menu-list-item a:last-child {
            padding-bottom: 24px; }
        .header .drawer .drawer-menu-list-item .a {
          padding-bottom: 25px; }
      .header .drawer .drawer-menu-close {
        text-align: right; }
        .header .drawer .drawer-menu-close img {
          width: 25px;
          height: 25px;
          display: inline-block; }
      .header .drawer .drawer-menu-list-menu {
        margin-top: 0; }
        .header .drawer .drawer-menu-list-menu a {
          padding: 24px 24px 0; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .header {
      padding: 0.18rem 0.31rem;
      height: initial; }
      .header .header-box .header-login {
        padding: 0.15rem; }
        .header .header-box .header-login img {
          width: 0.5rem;
          height: 0.5rem; }
        .header .header-box .header-login span {
          font-size: 0.36rem;
          letter-spacing: 2px; }
      .header .header-box .header-left img {
        width: 2.5rem; }
      .header .header-box .header-nav {
        display: none; }
      .header .header-box .header-right {
        align-items: center; }
        .header .header-box .header-right .menu-icon {
          display: block;
          width: 0.62rem;
          height: 0.62rem;
          margin-left: 0.64rem; }
        .header .header-box .header-right .user .tc {
          margin-left: 0.19rem;
          width: 0.45rem; } }
  @media screen and (min-width: 768px) and (max-width: 1180px) {
    .header {
      padding: 0 46px;
      height: 82px; }
      .header .header-box .header-nav {
        display: none; }
      .header .header-box .header-right .menu-icon {
        display: block;
        margin-left: 30px;
        width: 40px; }
      .header .header-box .header-right .user {
        font-size: 21px; }
        .header .header-box .header-right .user img {
          width: 30px; }
        .header .header-box .header-right .user .tc {
          width: 24px; } }

.flex {
  display: flex; }

.footer {
  background-color: #47484B;
  padding: 0 9.375vw; }
  .footer .footer-box {
    padding-top: 3.125vw; }
    .footer .footer-box .footer-c {
      display: flex; }
      .footer .footer-box .footer-c .mobile-nav {
        display: none; }
    .footer .footer-box .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      padding: 1.250vw;
      text-align: center;
      margin-top: 5.052vw; }
      .footer .footer-box .footer-bottom a {
        display: inline-flex;
        align-items: center;
        color: #fff;
        font-size: 0.833vw;
        opacity: .6;
        transition: all .5s; }
        .footer .footer-box .footer-bottom a:hover {
          opacity: 1; }
        .footer .footer-box .footer-bottom a img {
          width: 1.042vw;
          height: 1.042vw;
          margin: 0 0.521vw; }
    .footer .footer-box .footer-logo {
      margin-bottom: 1.563vw; }
    .footer .footer-box .mobile-logo {
      display: none; }
    .footer .footer-box .footer-left {
      color: #fff;
      margin-right: 9.375vw; }
      .footer .footer-box .footer-left .company {
        margin-bottom: 3.125vw;
        font-size: 1.250vw;
        font-weight: bold; }
      .footer .footer-box .footer-left .info {
        font-size: 0.833vw; }
        .footer .footer-box .footer-left .info div {
          margin-bottom: 1.354vw;
          display: flex;
          align-items: center; }
          .footer .footer-box .footer-left .info div img {
            margin-right: 0.781vw; }
          .footer .footer-box .footer-left .info div:last-child {
            align-items: flex-start;
            margin-bottom: 0; }
    .footer .footer-box .footer-right {
      flex: 1;
      display: flex;
      justify-content: space-around; }
      .footer .footer-box .footer-right .footer-right-item .h3 {
        font-weight: bold;
        color: #fff;
        font-size: 1.042vw;
        margin-bottom: 3.229vw;
        display: block; }
      .footer .footer-box .footer-right .footer-right-item .menu .menu-item {
        width: 5.885vw;
        margin-bottom: 1.354vw; }
        .footer .footer-box .footer-right .footer-right-item .menu .menu-item:last-child {
          margin-bottom: 0; }
        .footer .footer-box .footer-right .footer-right-item .menu .menu-item a {
          color: #fff;
          font-size: 0.833vw;
          opacity: .6;
          transition: all .5s; }
          .footer .footer-box .footer-right .footer-right-item .menu .menu-item a:hover {
            opacity: 1; }
  @media screen and (min-width: 320px) and (max-width: 1180px) {
    .footer {
      padding: 0.52rem 0.41rem; }
      .footer .footer-box {
        padding-top: 0; }
        .footer .footer-box .footer-logo {
          display: none; }
        .footer .footer-box .footer-c {
          display: block; }
          .footer .footer-box .footer-c .mobile-logo {
            display: block;
            margin-top: 1.03rem;
            margin-bottom: 0.26rem; }
            .footer .footer-box .footer-c .mobile-logo img {
              width: 2.5rem; }
          .footer .footer-box .footer-c .mobile-nav {
            display: block; }
            .footer .footer-box .footer-c .mobile-nav .mobile-nav-item {
              padding-bottom: 0.39rem;
              border-bottom: 1px solid #fff;
              margin-bottom: 0.39rem; }
              .footer .footer-box .footer-c .mobile-nav .mobile-nav-item .mobile-nav-item-title {
                display: flex;
                justify-content: space-between; }
                .footer .footer-box .footer-c .mobile-nav .mobile-nav-item .mobile-nav-item-title img {
                  transition: all .5s; }
              .footer .footer-box .footer-c .mobile-nav .mobile-nav-item:last-child {
                border-bottom: 0;
                padding-bottom: 0;
                margin-bottom: 0; }
              .footer .footer-box .footer-c .mobile-nav .mobile-nav-item a {
                color: #FFFFFF;
                font-size: 0.39rem; }
              .footer .footer-box .footer-c .mobile-nav .mobile-nav-item img {
                width: 0.52rem;
                width: 0.52rem; }
              .footer .footer-box .footer-c .mobile-nav .mobile-nav-item .menu {
                overflow: hidden;
                height: 0;
                transition: all .5s;
                font-size: 0; }
                .footer .footer-box .footer-c .mobile-nav .mobile-nav-item .menu .menu-item {
                  margin-top: 10px; }
            .footer .footer-box .footer-c .mobile-nav .active .mobile-nav-item-title img {
              transform: rotate(180deg); }
        .footer .footer-box .footer-left {
          margin-right: 0; }
          .footer .footer-box .footer-left .company {
            font-size: 0.41rem;
            margin-bottom: 0.65rem; }
          .footer .footer-box .footer-left .info {
            font-size: 0.36rem; }
            .footer .footer-box .footer-left .info img {
              width: 0.41rem;
              height: 0.41rem; }
        .footer .footer-box .footer-right {
          display: none; }
        .footer .footer-box .footer-bottom {
          margin-top: 0.65rem;
          padding-top: 0.41rem;
          line-height: initial;
          padding-bottom: 0; }
          .footer .footer-box .footer-bottom a {
            display: block;
            font-size: 0.34rem; }
          .footer .footer-box .footer-bottom a span {
            display: block;
            margin-bottom: 0.23rem; }
          .footer .footer-box .footer-bottom a img {
            display: inline-block;
            vertical-align: middle;
            width: 0.34rem;
            height: 0.34rem; } }
  @media screen and (min-width: 768px) and (max-width: 1180px) {
    .footer .footer-box .footer-c .mobile-logo img {
      width: initial; }
    .footer .footer-box .footer-c .mobile-nav .mobile-nav-item a {
      font-size: 26px; }
    .footer .footer-box .footer-left .company {
      font-size: 26px;
      margin-bottom: 50px; }
    .footer .footer-box .footer-left .info div {
      font-size: 24px; } }
